Microsoft DirectX 8.1 (C++)

IEnumPIDMap::Clone

The Clone method copy the collection.

Syntax

HRESULT Clone(
  IEnumPIDMap** ppIEnumPIDMap
);

Parameters

ppIEnumPIDMap

[out] Address of an IEnumPIDMap interface pointer that will be set to the returned collection object.

Return Value

Returns S_OK if successful. If the method fails,an HRESULT error code is returned.

See Also